SixBit API Schema
Item_ListType Complex Type
Description
An API call to retrieve a list of items.
Namespace (none)
Diagram
Item_ListType Complex Type
Overview
Item_ListType
An API call to retrieve a list of items.
mapfilepath optional xs:string
The full name and path to a SixBit map file.
outputfilepath optional xs:string
The full name and path to a file to place the resulting output.
itemid optional xs:string
The unique Item ID.
externalitemid optional xs:string
The externally generated, unique identifier of the item.
sku optional xs:string
The Stock Keeping Unit identifier.
productid optional xs:string
The product id.
createdattrGroup
Attributes to specify a range of dates an object was created.
listedattrGroup
Attributes to specify a range of dates an item was listed.
pagingattrGroup
Attributes to provide paging capabilities.
Used By
Item_List Element
Attributes
NameTypeUseDefaultFixedDescription
mapfilepathxs:stringoptional  The full name and path to a SixBit map file.
outputfilepathxs:stringoptional  The full name and path to a file to place the resulting output.
itemidxs:stringoptional  The unique Item ID.
externalitemidxs:stringoptional  The externally generated, unique identifier of the item.
skuxs:stringoptional  The Stock Keeping Unit identifier.
productidxs:stringoptional  The product id.
Source
<xs:complexType name="Item_ListType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>An API call to retrieve a list of items.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="mapfilepath" type="xs:string">
    <xs:annotation>
      <xs:documentation>The full name and path to a SixBit map file.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="outputfilepath" type="xs:string">
    <xs:annotation>
      <xs:documentation>The full name and path to a file to place the resulting output.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="itemid" type="xs:string">
    <xs:annotation>
      <xs:documentation>The unique Item ID.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="externalitemid" type="xs:string">
    <xs:annotation>
      <xs:documentation>The externally generated, unique identifier of the item.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="sku" type="xs:string">
    <xs:annotation>
      <xs:documentation>The Stock Keeping Unit identifier.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="productid" type="xs:string">
    <xs:annotation>
      <xs:documentation>The product id.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attributeGroup ref="createdattrGroup" />
  <xs:attributeGroup ref="listedattrGroup" />
  <xs:attributeGroup ref="pagingattrGroup" />
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.